Dynamic Linked Library - перевод на итальянский
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:     

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Dynamic Linked Library - перевод на итальянский

MICROSOFT'S IMPLEMENTATION OF THE SHARED LIBRARY CONCEPT IN WINDOWS AND OS/2
Dynamically linked library; Dynamic link library; .dll; Dynamically Linked Library; Dll files; Dynamic-Link Libraries; Declspec; Dllimport; Dllexport; Dynamic-Link Library; Dynamic Link Library; Dynamic Link Libraries; Microsoft Dynamic Link Library; Dynamic-link libraries; DLL file; DLL spoofing; DLL hijacking; .drv; Dynamically linked; RUNDLL.EXE; RUNDLL32.EXE; Rundll32.exe; Rundll.exe; Rundll; RUNDLL; RUNDLL32; Rundll32

Dynamic Linked Library      
DLL (Libreria collegata dinamica, cartella che definisce il sistema di azionamento Windows o DOS )
reference library         
  • card catalogues]] were the traditional method of organizing the list of resources and their location within a large library.
  • °C}} to prevent the spread of insects and diseases.
  • Interior of the [[Bibliotheca Alexandrina]], Alexandria, Egypt, showing both stacks and computer terminals
  • Boston Public Library, Boston, Massachusetts, United States]]
  • José Vasconcelos Library]] in Mexico City, Mexico
  • Palma]], [[Balearic Islands]]
  • [[British Museum Reading Room]]
  • A children's library in [[Montreal]], Quebec, Canada in 1943
  • A community library in [[Ethiopia]]
  • The University Library at [[Eötvös Loránd University]], Budapest, Hungary
  • Library shelves in Hong Kong, showing numbers of the classification scheme to help readers locate works in that section
  • 1910–1920}}
  • [[National Library of Wales]], [[Aberystwyth]]
  • Main reading room of the [[Rijksmuseum Research Library]] is the largest public [[art history]] [[research library]] in the [[Netherlands]]. The library is part of the [[Rijksmuseum]] in [[Amsterdam]].
  • The [[Robarts Library]] at the [[University of Toronto]], Canada
  • The Sistine Hall of the [[Vatican Library]]
INSTITUTION CHARGED WITH THE CARE OF A COLLECTION OF LITERARY, MUSICAL, ARTISTIC, OR REFERENCE MATERIALS, SUCH AS BOOKS, MANUSCRIPTS, RECORDINGS, OR FILMS
Libraries; Libary; University libraries; Library (institution); Reference library; Liberry; Reference libraries; Archival library; Bibliothèque; The internet and libraries; The Impact of Internet Search Engines on Libraries; Internet Search Engines and Libraries; Social networking and British libraries; Social media and UK libraries; Social Networking and UK Libraries; Internet search engines and libraries; Library building; Librariers; White House Conference on Library and Information Services; White House Conferences on Library and Information Services; WHCLIS; Children's library; Cybrary; Children's Library; Best library; Children's libraries; Children's library (category)
biblioteca di consultazione
shared library         
  • A woman working next to a filing cabinet containing the subroutine library on reels of punched tape for the EDSAC computer.
COLLECTION OF NON-VOLATILE RESOURCES USED BY COMPUTER PROGRAMS, OFTEN FOR SOFTWARE DEVELOPMENT
Library linking; Shared library; Library Linking (Computer Science); Code library; Software library; Software libraries; Library (software); Programming library; Library routine; Shared object; Shared libraries; Subroutine library; Program library; Program libraries; Native library; Shared Library; System library; Class library; Application program library; Computer library; Function library; Library (computer science); Object library; Software libary; Programmer libraries; Software Library; Code generation library; Code generation libraries; Shared library form; Code package; Programming libraries; Reusable library; Stub in Linux; Software dependency; Library function; .dylib; Shared lib; Smart linking; Smart linker
Libreria di uso comune (libreria che può essere usata da vari utenti collegati in rete)

Википедия

Dynamic-link library

Dynamic-link library (DLL) is Microsoft's implementation of the shared library concept in the Microsoft Windows and OS/2 operating systems. These libraries usually have the file extension DLL, OCX (for libraries containing ActiveX controls), or DRV (for legacy system drivers). The file formats for DLLs are the same as for Windows EXE files – that is, Portable Executable (PE) for 32-bit and 64-bit Windows, and New Executable (NE) for 16-bit Windows. As with EXEs, DLLs can contain code, data, and resources, in any combination.

Data files with the same file format as a DLL, but with different file extensions and possibly containing only resource sections, can be called resource DLLs. Examples of such DLLs include icon libraries, sometimes having the extension ICL, and font files, having the extensions FON and FOT.